3.5.37 \(\int \frac {(a+b x^3)^{2/3}}{c+d x^3} \, dx\)

Optimal. Leaf size=233 \[ -\frac {b^{2/3} \log \left (\sqrt [3]{a+b x^3}-\sqrt [3]{b} x\right )}{2 d}+\frac {b^{2/3} \tan ^{-1}\left (\frac {\frac {2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt {3}}\right )}{\sqrt {3} d}-\frac {(b c-a d)^{2/3} \log \left (c+d x^3\right )}{6 c^{2/3} d}+\frac {(b c-a d)^{2/3} \log \left (\frac {x \sqrt [3]{b c-a d}}{\sqrt [3]{c}}-\sqrt [3]{a+b x^3}\right )}{2 c^{2/3} d}-\frac {(b c-a d)^{2/3} \tan ^{-1}\left (\frac {\frac {2 x \sqrt [3]{b c-a d}}{\sqrt [3]{c} \sqrt [3]{a+b x^3}}+1}{\sqrt {3}}\right )}{\sqrt {3} c^{2/3} d} \]

________________________________________________________________________________________

Rubi [C]  time = 0.03, antiderivative size = 59, normalized size of antiderivative = 0.25, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {430, 429} \begin {gather*} \frac {x \left (a+b x^3\right )^{2/3} F_1\left (\frac {1}{3};-\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \left (\frac {b x^3}{a}+1\right )^{2/3}} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Int[(a + b*x^3)^(2/3)/(c + d*x^3),x]

[Out]

(x*(a + b*x^3)^(2/3)*AppellF1[1/3, -2/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/(c*(1 + (b*x^3)/a)^(2/3))

Rule 429

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, -((b*x^n)/a), -((d*x^n)/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 430

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[(a^IntPart[p]*(a + b*x^n)^F
racPart[p])/(1 + (b*x^n)/a)^FracPart[p], Int[(1 + (b*x^n)/a)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rubi steps

\begin {align*} \int \frac {\left (a+b x^3\right )^{2/3}}{c+d x^3} \, dx &=\frac {\left (a+b x^3\right )^{2/3} \int \frac {\left (1+\frac {b x^3}{a}\right )^{2/3}}{c+d x^3} \, dx}{\left (1+\frac {b x^3}{a}\right )^{2/3}}\\ &=\frac {x \left (a+b x^3\right )^{2/3} F_1\left (\frac {1}{3};-\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \left (1+\frac {b x^3}{a}\right )^{2/3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.06, size = 161, normalized size = 0.69 \begin {gather*} \frac {4 a c x \left (a+b x^3\right )^{2/3} F_1\left (\frac {1}{3};-\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{\left (c+d x^3\right ) \left (x^3 \left (2 b c F_1\left (\frac {4}{3};\frac {1}{3},1;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )-3 a d F_1\left (\frac {4}{3};-\frac {2}{3},2;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )+4 a c F_1\left (\frac {1}{3};-\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[(a + b*x^3)^(2/3)/(c + d*x^3),x]

[Out]

(4*a*c*x*(a + b*x^3)^(2/3)*AppellF1[1/3, -2/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/((c + d*x^3)*(4*a*c*Appell
F1[1/3, -2/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)] + x^3*(-3*a*d*AppellF1[4/3, -2/3, 2, 7/3, -((b*x^3)/a), -((d
*x^3)/c)] + 2*b*c*AppellF1[4/3, 1/3, 1, 7/3, -((b*x^3)/a), -((d*x^3)/c)])))

________________________________________________________________________________________

IntegrateAlgebraic [C]  time = 0.00, size = 487, normalized size = 2.09 \begin {gather*} -\frac {b^{2/3} \log \left (\sqrt [3]{a+b x^3}-\sqrt [3]{b} x\right )}{3 d}+\frac {b^{2/3} \tan ^{-1}\left (\frac {\sqrt {3} \sqrt [3]{b} x}{2 \sqrt [3]{a+b x^3}+\sqrt [3]{b} x}\right )}{\sqrt {3} d}+\frac {b^{2/3} \log \left (\sqrt [3]{b} x \sqrt [3]{a+b x^3}+\left (a+b x^3\right )^{2/3}+b^{2/3} x^2\right )}{6 d}-\frac {i \left (\sqrt {3} (b c-a d)^{2/3}-i (b c-a d)^{2/3}\right ) \log \left (2 x \sqrt [3]{b c-a d}+\left (1+i \sqrt {3}\right ) \sqrt [3]{c} \sqrt [3]{a+b x^3}\right )}{6 c^{2/3} d}+\frac {\sqrt {\frac {1}{6} \left (-1+i \sqrt {3}\right )} (b c-a d)^{2/3} \tan ^{-1}\left (\frac {3 x \sqrt [3]{b c-a d}}{\sqrt {3} x \sqrt [3]{b c-a d}-\sqrt {3} \sqrt [3]{c} \sqrt [3]{a+b x^3}-3 i \sqrt [3]{c} \sqrt [3]{a+b x^3}}\right )}{c^{2/3} d}+\frac {\left ((b c-a d)^{2/3}+i \sqrt {3} (b c-a d)^{2/3}\right ) \log \left (\left (\sqrt {3}+i\right ) c^{2/3} \left (a+b x^3\right )^{2/3}+\sqrt [3]{c} \left (-\sqrt {3} x+i x\right ) \sqrt [3]{a+b x^3} \sqrt [3]{b c-a d}-2 i x^2 (b c-a d)^{2/3}\right )}{12 c^{2/3} d} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(a + b*x^3)^(2/3)/(c + d*x^3),x]

[Out]

(b^(2/3)*ArcTan[(Sqrt[3]*b^(1/3)*x)/(b^(1/3)*x + 2*(a + b*x^3)^(1/3))])/(Sqrt[3]*d) + (Sqrt[(-1 + I*Sqrt[3])/6
]*(b*c - a*d)^(2/3)*ArcTan[(3*(b*c - a*d)^(1/3)*x)/(Sqrt[3]*(b*c - a*d)^(1/3)*x - (3*I)*c^(1/3)*(a + b*x^3)^(1
/3) - Sqrt[3]*c^(1/3)*(a + b*x^3)^(1/3))])/(c^(2/3)*d) - (b^(2/3)*Log[-(b^(1/3)*x) + (a + b*x^3)^(1/3)])/(3*d)
 - ((I/6)*((-I)*(b*c - a*d)^(2/3) + Sqrt[3]*(b*c - a*d)^(2/3))*Log[2*(b*c - a*d)^(1/3)*x + (1 + I*Sqrt[3])*c^(
1/3)*(a + b*x^3)^(1/3)])/(c^(2/3)*d) + (b^(2/3)*Log[b^(2/3)*x^2 + b^(1/3)*x*(a + b*x^3)^(1/3) + (a + b*x^3)^(2
/3)])/(6*d) + (((b*c - a*d)^(2/3) + I*Sqrt[3]*(b*c - a*d)^(2/3))*Log[(-2*I)*(b*c - a*d)^(2/3)*x^2 + c^(1/3)*(b
*c - a*d)^(1/3)*(I*x - Sqrt[3]*x)*(a + b*x^3)^(1/3) + (I + Sqrt[3])*c^(2/3)*(a + b*x^3)^(2/3)])/(12*c^(2/3)*d)

________________________________________________________________________________________

fricas [B]  time = 0.45, size = 469, normalized size = 2.01 \begin {gather*} -\frac {2 \, \sqrt {3} \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {1}{3}} \arctan \left (-\frac {\sqrt {3} {\left (b c - a d\right )} x + 2 \, \sqrt {3} {\left (b x^{3} + a\right )}^{\frac {1}{3}} c \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {1}{3}}}{3 \, {\left (b c - a d\right )} x}\right ) + 2 \, \sqrt {3} \left (-b^{2}\right )^{\frac {1}{3}} \arctan \left (-\frac {\sqrt {3} b x - 2 \, \sqrt {3} {\left (b x^{3} + a\right )}^{\frac {1}{3}} \left (-b^{2}\right )^{\frac {1}{3}}}{3 \, b x}\right ) - 2 \, \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {1}{3}} \log \left (\frac {c x \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {2}{3}} - {\left (b x^{3} + a\right )}^{\frac {1}{3}} {\left (b c - a d\right )}}{x}\right ) - 2 \, \left (-b^{2}\right )^{\frac {1}{3}} \log \left (-\frac {\left (-b^{2}\right )^{\frac {2}{3}} x - {\left (b x^{3} + a\right )}^{\frac {1}{3}} b}{x}\right ) + \left (-b^{2}\right )^{\frac {1}{3}} \log \left (-\frac {\left (-b^{2}\right )^{\frac {1}{3}} b x^{2} - {\left (b x^{3} + a\right )}^{\frac {1}{3}} \left (-b^{2}\right )^{\frac {2}{3}} x - {\left (b x^{3} + a\right )}^{\frac {2}{3}} b}{x^{2}}\right ) + \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {1}{3}} \log \left (-\frac {{\left (b c - a d\right )} x^{2} \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {1}{3}} + {\left (b x^{3} + a\right )}^{\frac {1}{3}} c x \left (\frac {b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}}{c^{2}}\right )^{\frac {2}{3}} + {\left (b x^{3} + a\right )}^{\frac {2}{3}} {\left (b c - a d\right )}}{x^{2}}\right )}{6 \, d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(2/3)/(d*x^3+c),x, algorithm="fricas")

[Out]

-1/6*(2*sqrt(3)*((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2)^(1/3)*arctan(-1/3*(sqrt(3)*(b*c - a*d)*x + 2*sqrt(3)*(b*
x^3 + a)^(1/3)*c*((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2)^(1/3))/((b*c - a*d)*x)) + 2*sqrt(3)*(-b^2)^(1/3)*arctan
(-1/3*(sqrt(3)*b*x - 2*sqrt(3)*(b*x^3 + a)^(1/3)*(-b^2)^(1/3))/(b*x)) - 2*((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2
)^(1/3)*log((c*x*((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2)^(2/3) - (b*x^3 + a)^(1/3)*(b*c - a*d))/x) - 2*(-b^2)^(1
/3)*log(-((-b^2)^(2/3)*x - (b*x^3 + a)^(1/3)*b)/x) + (-b^2)^(1/3)*log(-((-b^2)^(1/3)*b*x^2 - (b*x^3 + a)^(1/3)
*(-b^2)^(2/3)*x - (b*x^3 + a)^(2/3)*b)/x^2) + ((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2)^(1/3)*log(-((b*c - a*d)*x^
2*((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2)^(1/3) + (b*x^3 + a)^(1/3)*c*x*((b^2*c^2 - 2*a*b*c*d + a^2*d^2)/c^2)^(2
/3) + (b*x^3 + a)^(2/3)*(b*c - a*d))/x^2))/d

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {{\left (b x^{3} + a\right )}^{\frac {2}{3}}}{d x^{3} + c}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(2/3)/(d*x^3+c),x, algorithm="giac")

[Out]

integrate((b*x^3 + a)^(2/3)/(d*x^3 + c), x)

________________________________________________________________________________________

maple [F]  time = 0.05, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (b \,x^{3}+a \right )^{\frac {2}{3}}}{d \,x^{3}+c}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^3+a)^(2/3)/(d*x^3+c),x)

[Out]

int((b*x^3+a)^(2/3)/(d*x^3+c),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {{\left (b x^{3} + a\right )}^{\frac {2}{3}}}{d x^{3} + c}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(2/3)/(d*x^3+c),x, algorithm="maxima")

[Out]

integrate((b*x^3 + a)^(2/3)/(d*x^3 + c), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {{\left (b\,x^3+a\right )}^{2/3}}{d\,x^3+c} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^3)^(2/3)/(c + d*x^3),x)

[Out]

int((a + b*x^3)^(2/3)/(c + d*x^3), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (a + b x^{3}\right )^{\frac {2}{3}}}{c + d x^{3}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**3+a)**(2/3)/(d*x**3+c),x)

[Out]

Integral((a + b*x**3)**(2/3)/(c + d*x**3), x)

________________________________________________________________________________________